home *** CD-ROM | disk | FTP | other *** search
- %OP%TNN
- %OP%JUN
- %OP%WRN
- %OP%DP4
- %OP%DFT
- %OP%PL0
- %OP%HM0
- %OP%FM0
- %OP%BM0
- %OP%LM4
- %CO:A,20,44%
- %C%Complex Powers of Complex Numbers
- %C%by Gerald L Fitton
- %C%Input values into B8, B9, C8 and C9 only
-
-
-
- z
- w
-
- ln z
- w*lnz
- z^w=exp(w*ln(z))
- %CO:B,12,24%
-
-
-
-
- %R%Real
-
- %V%%R%exp(1)
- %V%%R%0
-
- %V%%R%0.5*ln(B8^2+C8^2)
- %V%%R%B9*B11-C9*C11
- %V%%R%exp(B12)*cos(C12)
- %CO:C,12,12%
-
-
-
-
- %R%Imaginary
-
- %V%%R%0
- %V%%R%-pi
-
- %V%%R%atn2(C8,B8)
- %V%%R%B9*C11+C9*B11
- %V%%R%exp(B12)*sin(C12)
-